docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Jan 2021 21:34:34 +0000 (16:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2021 13:37:23 +0000 (08:37 -0500)
gdk/gdkdrawcontext.c

index 3c74267b572613e9df558b79c337ce1327bebb07..d0ea519e18f7daaff0259086ced85f5fb4c3e249 100644 (file)
@@ -280,7 +280,7 @@ gdk_draw_context_get_surface (GdkDrawContext *context)
  * implementation must use gdk_draw_context_get_frame_region() to query the
  * region that must be drawn.
  *
- * When using GTK+, the widget system automatically places calls to
+ * When using GTK, the widget system automatically places calls to
  * gdk_draw_context_begin_frame() and gdk_draw_context_end_frame() via the
  * use of #GskRenderers, so application code does not need to call these
  * functions explicitly.